home *** CD-ROM | disk | FTP | other *** search
/ Imagine! / Imagine (Wayzata Technology) (1995).iso / mac / Macfiles / AMazing / 00494_Script_494 < prev    next >
Text File  |  1994-11-11  |  151b  |  10 lines

  1. on mouseUp
  2.   set random to 2
  3.   if random(2) = 1 then
  4.     go "O10Bdet"
  5.   else
  6.     if random(2) = 2 then
  7.       go "O10B"
  8.     end if
  9.   end if
  10. end